From 7659373e1b956a7bd445ec2784561e8d9de7699e Mon Sep 17 00:00:00 2001 From: "kaf24@firebug.cl.cam.ac.uk" Date: Mon, 2 May 2005 16:07:35 +0000 Subject: [PATCH] bitkeeper revision 1.1389.1.27 (42765047QI9d01CBiVyH-bBFAhM6lQ) Add '-g' compile option on debug builds. Signed-off-by: Keir Fraser --- xen/Rules.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xen/Rules.mk b/xen/Rules.mk index cf30a12ef7..955ace1f9d 100644 --- a/xen/Rules.mk +++ b/xen/Rules.mk @@ -42,7 +42,7 @@ ifeq ($(verbose),y) CFLAGS += -DVERBOSE endif else -CFLAGS += -DVERBOSE +CFLAGS += -g -DVERBOSE endif ifeq ($(domu_debug),y) -- 2.30.2